Implement pnpm, turborepo, testcontainers, dockerfile building, github ci#46
Merged
gugu759153 merged 10 commits intodevfrom Mar 25, 2025
Merged
Implement pnpm, turborepo, testcontainers, dockerfile building, github ci#46gugu759153 merged 10 commits intodevfrom
gugu759153 merged 10 commits intodevfrom
Conversation
Contributor
|
ok. |
gugu759153
approved these changes
Mar 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to improve the build and deployment processes for the backend and frontend services, as well as updates to the configuration and dependencies of these services.
Build and Deployment Improvements:
.dockerignorefiles for the backend and frontend services to exclude unnecessary files from Docker builds. (.dockerignore,apps/backend/.dockerignore,apps/frontend/.dockerignore) [1] [2] [3]apps/backend/Dockerfile,apps/frontend/Dockerfile) [1] [2].github/workflows/build-frontend.yaml,.github/workflows/build-heartbeat.yaml,.github/workflows/build_test-backend.yaml) [1] [2] [3]Configuration Updates:
apps/backend/.env.development,apps/frontend/.env.development) [1] [2]link-workspace-packages=trueto.npmrcto enable linking of workspace packages. (.npmrc)Dependency and Script Updates:
package.jsonfiles for the backend and frontend services to reflect new dependencies and script changes, including the addition oftestcontainersand updates to Jest configurations. (apps/backend/package.json,apps/frontend/package.json) [1] [2]lodash-esinstead oflodashin the frontend service. (apps/frontend/pages/room.vue)Test Setup and Teardown:
apps/backend/test/setup.ts,apps/backend/test/teardown.ts) [1] [2]apps/backend/test/setupGlobal.ts)These changes collectively enhance the development workflow, improve build efficiency, and ensure a more consistent environment across different stages of development and deployment.